home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / postgres / postgre1.z / postgre1 / video / script-22 < prev    next >
Encoding:
Text File  |  1992-08-27  |  128 b   |  7 lines

  1. /*
  2.  * and update an employee in the version and in the base table
  3.  */
  4.  
  5. replace emp1 (salary = 5000) where emp1.name = "bill"
  6. \p
  7.